[.neptune.new.metadata_containers.run.Run {neptune} | R Documentation |
Field lookup
Description
Field lookup. You can access any run's field through a named-list-like field lookup run[field_path]. As well as fetch already tracked metadata - fetching parameters when resuming a run or downloading metadata for a custom analysis using functions like neptune_fetch
Arguments
x |
Neptune Run object |
i |
string, name of the field to set |
Value
Field
Author(s)
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
See Also
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
Examples
## Not run:
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
project = "common-r/quickstarts")
run['epochs'] <- 100
run['epochs']
## End(Not run)
[Package neptune version 0.2.3 Index]